From: Richard M. Stallman Date: Tue, 30 Jan 2007 23:49:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2517 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ac8bfd031d21c633b44881805f534808f9070998;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 590d7ebf024..105e61f4ebc 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -78,6 +78,8 @@ through the custom mechanism. ** ZTHJWSQQAFHV@spammotel.com, Jan 12: Color-theme problems in Emacs 22+ (Ubuntu, Windows) +** Install newsticker.el patch. + * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4342505f945..adf25d4b271 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-01-30 Richard Stallman + + * tutorial.el (tutorial--detailed-help): Make the list of + changed keys look nicer. + 2007-01-30 Nick Roberts * progmodes/gdb-ui.el (gdb-var-delete-1): New function. diff --git a/src/ChangeLog b/src/ChangeLog index 78ea3dccd15..3b4ea786631 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2007-01-30 Richard Stallman + + * minibuf.c (read_minibuf): + Save and clear Vminibuffer_completing_file_name. + (read_minibuf_unwind): Restore it. + (Vminibuffer_completion_table, Qminibuffer_completion_table) + (Vminibuffer_completion_predicate, Qminibuffer_completion_predicate) + (Vminibuffer_completion_confirm, Qminibuffer_completion_confirm) + (Vminibuffer_completing_file_name): Definitions moved up. + 2007-01-29 Chong Yidong * m/hp800.h: Restore, removing HP-UX support.